home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 71 / MOBICLIC 71.ISO / mac / DATA / COMMUN / temp0001 / 00260_Script_ENTREE_VIDEO < prev    next >
Text File  |  2004-12-05  |  345b  |  14 lines

  1. global gL_EtatBtons, gpiste_Go, gDuree, gpiste_VIdeo, gze_Label
  2. -----------------------------
  3. on prepareFrame me
  4.   cursor -1
  5.   gze_Label = the frameLabel
  6.   gDuree = sprite(gpiste_VIdeo).duration
  7.   gL_EtatBtons = [0,0,1,0]
  8.   sprite(gpiste_Go).member = "BTON_GO_R"
  9.   updateStage
  10. end
  11. ----------------------------
  12. on exitFrame me
  13.   
  14. end